runtime.srcFunc.name (method)
8 uses
runtime (current package)
preempt.go#L418: name := u.srcFunc(uf).name()
symtab.go#L132: Function: funcNameForPrint(sf.name()),
symtab.go#L185: return sf.name()
symtab.go#L670: name: sf.name(),
symtab.go#L817: func (s srcFunc) name() string {
traceback.go#L1004: name := sf.name()
traceback.go#L1093: printFuncName(u.srcFunc(uf).name())
traceback.go#L1144: name := sf.name()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |